home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFAUTOSET / TFAUTOSET.txt
Text File  |  1999-03-22  |  1KB  |  52 lines

  1. object FAutoSet: TFAutoSet
  2.   Left = 166
  3.   Top = 92
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Auto Set Microphone Level'
  7.   ClientHeight = 124
  8.   ClientWidth = 344
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LocalStatus: TMemo
  20.     Left = 9
  21.     Top = 10
  22.     Width = 329
  23.     Height = 68
  24.     TabStop = False
  25.     Color = clWhite
  26.     Lines.Strings = (
  27.       'Press Start When Ready.'
  28.       'Be quiet until completed (about 2 seconds).'
  29.       '')
  30.     ReadOnly = True
  31.     TabOrder = 0
  32.   end
  33.   object BStart: TButton
  34.     Left = 72
  35.     Top = 91
  36.     Width = 75
  37.     Height = 23
  38.     Caption = 'Start'
  39.     TabOrder = 1
  40.     OnClick = BStartClick
  41.   end
  42.   object Button1: TButton
  43.     Left = 197
  44.     Top = 91
  45.     Width = 75
  46.     Height = 23
  47.     Caption = 'Close'
  48.     TabOrder = 2
  49.     OnClick = Button1Click
  50.   end
  51. end
  52.